Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
oracle.pgx.api.admin |
This package contains the administrative interfaces of PGX.
|
Modifier and Type | Method and Description |
---|---|
static PoolType |
PoolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoolType[] |
PoolType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PoolInfo |
ServerInstance.getThreadPoolInfo(PoolType type)
Blocking version of
#getThreadPoolInfoAsync() . |
PgxFuture<PoolInfo> |
ServerInstance.getThreadPoolInfoAsync(PoolType type)
Gets the thread pool info.
|
void |
ServerInstance.resizePool(PoolType poolType, int parallelism)
Blocking version of
#resizePoolAsync() . |
PgxFuture<Void> |
ServerInstance.resizePoolAsync(PoolType poolType, int parallelism)
Resize a pool to use a different degree of parallelism
|
Modifier and Type | Method and Description |
---|---|
PoolType |
PoolInfo.getType()
Gets the type of the thread pool.
|
Modifier and Type | Method and Description |
---|---|
PgxFuture<PoolInfo> |
Control.getThreadPoolInfo(PoolType type)
Gets the thread pool info.
|
PgxFuture<Void> |
Control.resizePool(PoolType poolType, int parallelism)
resize a pool to use a different degree of parallelism
|
Copyright © 2015. All rights reserved.